home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / cislib_b / picprt.doc < prev    next >
Text File  |  1995-04-22  |  3KB  |  55 lines

  1.  
  2.  
  3.  
  4.                          KOALA PAD / ATARI ARTIST 
  5.  
  6.                              PICTURE PRINTER 
  7.                                     by 
  8.                                 TED BURGER 
  9.  
  10.  
  11. This program is a result of becoming frustrated while printing pictures 
  12. from the Koala Pad system. 
  13.  
  14. The program is written in Atari basic with many machine language 
  15. subroutines.  Some of the ML routines are my own and some of them 
  16. came from other authors.  At the moment I can't remember the sources. 
  17. If you see some of your code in here, Thanks.   
  18.  
  19. The program supports several printers, at least Epson, Gemini, NEC, 
  20. and Prowriter.  To modify it for a different printer is very simple. 
  21. You can add the printer name to the list around line 100, add the 
  22. first letter to the check in the same area.  The lines between 
  23. 800 and 900 are where the printer is set up.  Add another 'IF' statement 
  24. with the proper graphics control characters to set up your printer. 
  25.  
  26. OPERATION OF THE PROGRAM 
  27.  
  28. The program will ask you for the 'picture disk', picture files must 
  29. end with the '.PIC' extender.  The screen will display a list of the 
  30. files on the disk, up 38 files.  You make your selection from the list. 
  31. The program will load the selected picture from the disk.  The picture 
  32. will appear in color at first then switch to black and white.  The 
  33. bottom of the screen will switch to text to prompt you.  Below the  
  34. text block is another line of graphics, this shows the shade of gray 
  35. assigned to each of the four color registers.  To change the gray shade 
  36. of one of the color registers, select which one 1-4.  The prompt will 
  37. change and ask which shade you want.  Black = 1 and white = 5.  The 
  38. numbers 2,3,4 will give you different shades of gray in order between 
  39. black and white.  This will allow you to set up the picture in shades 
  40. of gray on the display screen.   
  41.    NOTE: if you set color 3 and 4 to the same shade, the text will  
  42. not be visible but things will still work.  
  43. When you get the picture set up the way you want it, a tap of the 
  44. 'P' key will send it to the printer.  The other choices you have 
  45. here are: 'M'enu will take you back to the list of the picture files, 
  46. 'V'eiw will temporarily show you the entire graphics screen just in 
  47. case something important is hidden by the text block. 
  48.  
  49. This is a case of 'WHAT YOU SEE IS WHAT YOU GET', the gray scales 
  50. from the screen will be duplicated on the printer. 
  51.  
  52. HAVE FUN                       TED BURGER     71376,1263 
  53.  
  54.  
  55.